TextRun Constructor(Int32[],Int32,Int32)
In This Topic
Creates a new instance of
TextRun based on a subrange of an array of UTF-32 characters.
Syntax
'Declaration
Public Function New( _
ByVal () As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public TextRun(
System.int[] ,
System.int ,
System.int
)
Parameters
- codePoints
- An array of UTF-32 characters (code points).
- startIndex
- Index of the first code point in the subrange.
- count
- Number of code points in the subrange.
See Also